<?xml version = '1.0' encoding = 'UTF-8'?>
<HBRRepo><variables/><rulesets/><rules><rule id="1" name="Copy Data" product="Planning"><property name="application">SalesPln</property><property name="plantype">OEP_QTP</property><script type="groovy">'''
SET UPDATECALC OFF;
FIX("Direct","Servers","Version A","USD","Allocated Target Quota","Plan")
 FIX(@IDescendats("YearTotal"),@IDescendants("OEP_All Territory"),@IDescendants("OEP_All Accounts"))
    DATACOPY "FY21" TO "FY23";
 ENDFIX
ENDFIX

'''</script></rule></rules><components/><deployobjects><deployobject product="2" application="salespln" plantype="oep_qtp" obj_id="1" obj_type="1" name="COPY DATA"/></deployobjects></HBRRepo>